[INFO] fetching crate sui-jsonrpc 0.25.0...
[INFO] testing sui-jsonrpc-0.25.0 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate sui-jsonrpc 0.25.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate sui-jsonrpc 0.25.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate sui-jsonrpc 0.25.0
[INFO] tweaked toml for crates.io crate sui-jsonrpc 0.25.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sui-jsonrpc 0.25.0 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sui-jsonrpc 0.25.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c38d57cf9e771b35b8e33fa77f19a103baf3815fcf907c06576268fb17f6b65e
[INFO] running `Command { std: "docker" "start" "-a" "c38d57cf9e771b35b8e33fa77f19a103baf3815fcf907c06576268fb17f6b65e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c38d57cf9e771b35b8e33fa77f19a103baf3815fcf907c06576268fb17f6b65e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c38d57cf9e771b35b8e33fa77f19a103baf3815fcf907c06576268fb17f6b65e", kill_on_drop: false }`
[INFO] [stdout] c38d57cf9e771b35b8e33fa77f19a103baf3815fcf907c06576268fb17f6b65e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dbc1ae0405778a13ce7a6976298e6ff6e3857fc5a6a2eeae1952795c8f96991f
[INFO] running `Command { std: "docker" "start" "-a" "dbc1ae0405778a13ce7a6976298e6ff6e3857fc5a6a2eeae1952795c8f96991f", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling ext-trait-proc_macros v2.0.1
[INFO] [stderr]    Compiling papergrid v0.17.0
[INFO] [stderr]    Compiling testing_table v0.3.0
[INFO] [stderr]    Compiling roaring v0.11.3
[INFO] [stderr]    Compiling jsonrpsee-proc-macros v0.26.0
[INFO] [stderr]    Compiling ext-trait v2.0.1
[INFO] [stderr]    Compiling tabled_derive v0.11.0
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling jsonrpsee-types v0.26.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling bcs v0.1.6
[INFO] [stderr]    Compiling bytestring v1.5.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling bs58 v0.5.1
[INFO] [stderr]    Compiling bnum v0.13.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling extension-traits v2.0.1
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling tabled v0.20.0
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.18.0
[INFO] [stderr]    Compiling serde_with v3.18.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling rustls-webpki v0.103.10
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling json_to_table v0.12.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling jsonrpsee-core v0.26.0
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling soketto v0.8.1
[INFO] [stderr]    Compiling sui-sdk-types v0.3.0
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling rustls-platform-verifier v0.5.3
[INFO] [stderr]    Compiling jsonrpsee-client-transport v0.26.0
[INFO] [stderr]    Compiling jsonrpsee-http-client v0.26.0
[INFO] [stderr]    Compiling jsonrpsee-ws-client v0.26.0
[INFO] [stderr]    Compiling jsonrpsee v0.26.0
[INFO] [stderr]    Compiling sui-jsonrpc v0.25.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.93s
[INFO] running `Command { std: "docker" "inspect" "dbc1ae0405778a13ce7a6976298e6ff6e3857fc5a6a2eeae1952795c8f96991f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbc1ae0405778a13ce7a6976298e6ff6e3857fc5a6a2eeae1952795c8f96991f", kill_on_drop: false }`
[INFO] [stdout] dbc1ae0405778a13ce7a6976298e6ff6e3857fc5a6a2eeae1952795c8f96991f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5ca80caccd0bf8bfe9c01c8e84aeb09bcae2ea40b806ed42e457e940440150bf
[INFO] running `Command { std: "docker" "start" "-a" "5ca80caccd0bf8bfe9c01c8e84aeb09bcae2ea40b806ed42e457e940440150bf", kill_on_drop: false }`
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling indenter v0.3.4
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling soketto v0.8.1
[INFO] [stderr]    Compiling jsonrpsee-core v0.26.0
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling jsonrpsee-client-transport v0.26.0
[INFO] [stderr]    Compiling jsonrpsee-ws-client v0.26.0
[INFO] [stderr]    Compiling jsonrpsee v0.26.0
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling color-eyre v0.6.5
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling jsonrpsee-http-client v0.26.0
[INFO] [stderr]    Compiling sui-jsonrpc v0.25.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 39.30s
[INFO] running `Command { std: "docker" "inspect" "5ca80caccd0bf8bfe9c01c8e84aeb09bcae2ea40b806ed42e457e940440150bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ca80caccd0bf8bfe9c01c8e84aeb09bcae2ea40b806ed42e457e940440150bf", kill_on_drop: false }`
[INFO] [stdout] 5ca80caccd0bf8bfe9c01c8e84aeb09bcae2ea40b806ed42e457e940440150bf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b68553b18a49e390f84f723b58699bfeec91b7fd70ba25c9928d3b0725c09c00
[INFO] running `Command { std: "docker" "start" "-a" "b68553b18a49e390f84f723b58699bfeec91b7fd70ba25c9928d3b0725c09c00", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sui_jsonrpc-0033b2efc17b7870)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test msgs::sui_coin::tests::coin_page_json ... ok
[INFO] [stdout] test msgs::sui_event::test::new_bcs_format ... ok
[INFO] [stdout] test serde::test::new_bcs_format ... ok
[INFO] [stdout] test msgs::sui_transaction::tests::transaction_block_transaction_deser ... ok
[INFO] [stdout] test error::tests::object_unavailable_for_consumption_regex_builds ... ok
[INFO] [stdout] test error::tests::object_unavailable_for_consumption_not_match1 ... ok
[INFO] [stdout] test error::tests::object_unavailable_for_consumption_match1 ... ok
[INFO] [stdout] test error::tests::object_unavailable_for_consumption_match2 ... ok
[INFO] [stdout] test error::tests::object_not_found_regex_builds ... ok
[INFO] [stdout] test error::tests::retried_transaction_regex_matches ... ok
[INFO] [stdout] test error::tests::object_not_found_match2 ... ok
[INFO] [stdout] test error::tests::object_not_found1 ... ok
[INFO] [stdout] test error::tests::object_not_found_match1 ... ok
[INFO] [stdout] test msgs::sui_transaction::tests::move_abort_regex_is_valid ... ok
[INFO] [stdout] test error::tests::object_not_found2 ... ok
[INFO] [stdout] test msgs::sui_transaction::tests::move_abort_extracts ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests sui_jsonrpc
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/client.rs - client::SuiClient::coins_for_address (line 702) - compile ... ok
[INFO] [stdout] test src/client.rs - client::SuiClientBuilder (line 86) - compile ... ok
[INFO] [stdout] test src/client.rs - client::SuiClient::coins_for_amount (line 648) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/error.rs - error::ErrorObjectExt (line 67) ... ignored
[INFO] [stdout] test src/error.rs - error::JsonRpcClientErrorExt (line 41) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 4.66s; merged doctests compilation took 4.64s
[INFO] running `Command { std: "docker" "inspect" "b68553b18a49e390f84f723b58699bfeec91b7fd70ba25c9928d3b0725c09c00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b68553b18a49e390f84f723b58699bfeec91b7fd70ba25c9928d3b0725c09c00", kill_on_drop: false }`
[INFO] [stdout] b68553b18a49e390f84f723b58699bfeec91b7fd70ba25c9928d3b0725c09c00
